<?xml version="1.0" encoding="utf-8"?>
<FullDefaultLayoutTemplate
    xmlns="http://schemas.microsoft.com/Start/2014/FullDefaultLayout"
    xmlns:start="http://schemas.microsoft.com/Start/2014/StartLayout"
    Version="1">
    <StartLayoutCollection>
        <!-- 6 cell wide Desktop layout for Education -->
        <StartLayout
            GroupCellWidth="6"
            EducationModeEnabled="true">
        </StartLayout>

        <!-- 6 cell wide Desktop Commercial layout with no office installed -->
        <StartLayout
            GroupCellWidth="6"
            CommercialDevice="true"
            OfficeSKU="None">
        </StartLayout>

        <!-- 6 cell wide Desktop Commercial layout with office installed -->
        <StartLayout
            GroupCellWidth="6"
            CommercialDevice="true"
            OfficeSKU="Desktop|Desktop2016|DesktopBridge|DesktopBridgeSubscription|Mobile">
        </StartLayout>

        <!-- 6 cell wide Desktop layout with targeted content tiles -->
        <StartLayout
            GroupCellWidth="6"
            TargetedContentTilesEnabled="true">
        </StartLayout>

        <!-- N-SKU 6 cell wide Desktop layout -->
        <StartLayout
            GroupCellWidth="6"
            SKU="DesktopN|DesktopEnterpriseN">
        </StartLayout>

        <!-- 6 cell wide Desktop layout without targeted content tiles-->
        <StartLayout
            GroupCellWidth="6"
            TargetedContentTilesEnabled="false">
        </StartLayout>

        <!-- Long Term Servicing Branch 6 cell -->
        <StartLayout
            GroupCellWidth="6"
            SKU="LongTermServicingBranch">
        </StartLayout>

        <!-- PPI 8 cell wide -->
        <StartLayout
            GroupCellWidth="8"
            SKU="PPI">
        </StartLayout>

        <!-- Server 6 cell wide -->
        <StartLayout
            GroupCellWidth="6"
            SKU="Server|ServerSolution">
			<start:Group
            LocalizedNameResourceTag="TileGrid_Server_DefaultGroup1">
          <start:DesktopApplicationTile
              DesktopApplicationLinkPath="C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Google Chrome.lnk"
              Size="2x2"
              Row="0"
              Column="0"/>
          <start:DesktopApplicationTile
              DesktopApplicationLinkPath="C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Excel.lnk"
              Size="2x2"
              Row="0"
              Column="1"/>
          <start:DesktopApplicationTile
              DesktopApplicationLinkPath="C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Word.lnk"
              Size="2x2"
              Row="0"
              Column="2"/>
          <start:DesktopApplicationTile
              DesktopApplicationLinkPath="C:\ProgramData\Microsoft\Windows\Start Menu\Programs\КРИПТО-ПРО\КриптоПро CSP.lnk"
              Size="2x2"
              Row="1"
              Column="0"/>
          <start:DesktopApplicationTile
              DesktopApplicationLinkPath="C:\ProgramData\Microsoft\Windows\Start Menu\1C Предприятие.lnk"
              Size="2x2"
              Row="1"
              Column="1"/>
          <start:DesktopApplicationTile
              DesktopApplicationLinkPath="%APPDATA%\Microsoft\Windows\Start Menu\Programs\System Tools\File Explorer.lnk"
              Size="2x2"
              Row="1"
              Column="2"/>
        </start:Group>
        </StartLayout>

    </StartLayoutCollection>
    <Windows8UpgradeGroupsCollection>
        <Windows8UpgradeGroups
            Region="CN|DE|ES|FR|GB|IT|US|JP|IN|AU|CA|BR|MX"
            PreInstalledAppsEnabled="true">
        </Windows8UpgradeGroups>
        <Windows8UpgradeGroups
            PreInstalledAppsEnabled="true">
        </Windows8UpgradeGroups>
        <Windows8UpgradeGroups
            Region="CN|DE|ES|FR|GB|IT|US|JP|IN|AU|CA|BR|MX">
        </Windows8UpgradeGroups>
        <Windows8UpgradeGroups>
        </Windows8UpgradeGroups>
    </Windows8UpgradeGroupsCollection>
    <InstalledOfficeMobileSuiteTiles>
 
    </InstalledOfficeMobileSuiteTiles>
    <InstalledOfficeDesktopSuiteTiles>

    </InstalledOfficeDesktopSuiteTiles>
    <InstalledOfficeDesktop2016SuiteTiles>
     
    </InstalledOfficeDesktop2016SuiteTiles>
    <InstalledOfficeDesktopBridgeSuiteTiles>
       
    </InstalledOfficeDesktopBridgeSuiteTiles>
    <WebOfficeTiles>
        <!-- The argument values for these secondary tiles need to come from creating the tiles with edge, then exporting the start layout -->
       
    </WebOfficeTiles>
</FullDefaultLayoutTemplate>
